home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / modlechl.dir / 00052_Script_52 < prev    next >
Text File  |  1994-11-28  |  336b  |  15 lines

  1. on enterframe
  2.   global lcl,rcl,ucl,dcl,pnt
  3.   set lcl to [640, 641]
  4.   set rcl to [642,643]
  5.   set ucl to [638,639]
  6.   set dcl to [644,645]
  7.   set pnt to [646,647]
  8.   set the cursor of sprite 1 to ucl
  9.   set the cursor of sprite 2 to lcl
  10.   set the cursor of sprite 3 to rcl
  11.   set the cursor of sprite 4 to pnt
  12.   updateStage
  13. end
  14.  
  15.